home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TACKNOWLEDGEDLG / TACKNOWLEDGEDLG.txt
Encoding:
Text File  |  1997-04-15  |  8.6 KB  |  279 lines

  1. object AcknowledgeDlg: TAcknowledgeDlg
  2.   Left = 26
  3.   Top = 103
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Acknowledge a Reminder Event'
  7.   ClientHeight = 314
  8.   ClientWidth = 423
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Scaled = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object SpeedButton1: TSpeedButton
  18.     Left = 328
  19.     Top = 279
  20.     Width = 89
  21.     Height = 30
  22.     Caption = 'Help'
  23.     Glyph.Data = {
  24.       06020000424D0602000000000000760000002800000028000000140000000100
  25.       0400000000009001000000000000000000000000000010000000000000000000
  26.       80000080000000808000800000008000800080800000C0C0C000808080000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  28.       7777777777777777777777777777777777777777777777777777777777777777
  29.       777777777778887777777777777777777777777777777777778AA87777777777
  30.       777777788777777777777777778AA87777777777777777788777777777777777
  31.       78AA87774447777777777788777788877777778878AA87774447777777877788
  32.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  33.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  34.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  35.       77888888777777887777778AAA8778447784487777888887778877788777778A
  36.       A87774487774447777888877788777788877778A877774487774447777888777
  37.       7887777888777788777777447784487777887777778877788777778777777774
  38.       4444877777877777777888887777777777777777777777777777777777777777
  39.       7777777777777777777777777777777777777777777777777777777777777777
  40.       77777777777777777777}
  41.     NumGlyphs = 2
  42.     OnClick = SpeedButton1Click
  43.   end
  44.   object Button1: TButton
  45.     Left = 145
  46.     Top = 279
  47.     Width = 89
  48.     Height = 30
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 0
  53.   end
  54.   object Button2: TButton
  55.     Left = 237
  56.     Top = 279
  57.     Width = 89
  58.     Height = 30
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 1
  63.   end
  64.   object GroupBox1: TGroupBox
  65.     Left = 8
  66.     Top = 8
  67.     Width = 409
  68.     Height = 129
  69.     Caption = 'Reminder'
  70.     TabOrder = 2
  71.     object LDate: TLabel
  72.       Left = 124
  73.       Top = 20
  74.       Width = 279
  75.       Height = 22
  76.       AutoSize = False
  77.       Caption = 'LDate'
  78.     end
  79.     object LComment: TLabel
  80.       Left = 124
  81.       Top = 45
  82.       Width = 279
  83.       Height = 22
  84.       AutoSize = False
  85.       Caption = 'LComment'
  86.     end
  87.     object LFrequency: TLabel
  88.       Left = 124
  89.       Top = 77
  90.       Width = 279
  91.       Height = 22
  92.       AutoSize = False
  93.       Caption = 'LFrequency'
  94.     end
  95.     object Label1: TLabel
  96.       Left = 24
  97.       Top = 20
  98.       Width = 97
  99.       Height = 22
  100.       AutoSize = False
  101.       Caption = 'Date:'
  102.       Font.Color = clBlack
  103.       Font.Height = -13
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = [fsBold]
  106.       ParentFont = False
  107.     end
  108.     object Label2: TLabel
  109.       Left = 24
  110.       Top = 45
  111.       Width = 97
  112.       Height = 22
  113.       AutoSize = False
  114.       Caption = 'Description:'
  115.       Font.Color = clBlack
  116.       Font.Height = -13
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = [fsBold]
  119.       ParentFont = False
  120.     end
  121.     object Label3: TLabel
  122.       Left = 24
  123.       Top = 77
  124.       Width = 97
  125.       Height = 22
  126.       AutoSize = False
  127.       Caption = 'Frequency:'
  128.       Font.Color = clBlack
  129.       Font.Height = -13
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = [fsBold]
  132.       ParentFont = False
  133.     end
  134.     object Label4: TLabel
  135.       Left = 24
  136.       Top = 102
  137.       Width = 97
  138.       Height = 22
  139.       AutoSize = False
  140.       Caption = 'Next Date:'
  141.       Font.Color = clBlack
  142.       Font.Height = -13
  143.       Font.Name = 'MS Sans Serif'
  144.       Font.Style = [fsBold]
  145.       ParentFont = False
  146.     end
  147.     object LNext: TLabel
  148.       Left = 124
  149.       Top = 102
  150.       Width = 279
  151.       Height = 22
  152.       AutoSize = False
  153.       Caption = 'LNext'
  154.     end
  155.     object Bevel1: TBevel
  156.       Left = 24
  157.       Top = 69
  158.       Width = 361
  159.       Height = 9
  160.       Shape = bsTopLine
  161.       Style = bsRaised
  162.     end
  163.   end
  164.   object GroupBox2: TGroupBox
  165.     Left = 8
  166.     Top = 192
  167.     Width = 409
  168.     Height = 81
  169.     Caption = 'Action'
  170.     TabOrder = 3
  171.     object LAction: TLabel
  172.       Left = 24
  173.       Top = 21
  174.       Width = 369
  175.       Height = 49
  176.       AutoSize = False
  177.       Caption = 'LAction'
  178.       WordWrap = True
  179.     end
  180.   end
  181.   object GroupBox3: TGroupBox
  182.     Left = 8
  183.     Top = 144
  184.     Width = 409
  185.     Height = 46
  186.     Caption = '&Options'
  187.     TabOrder = 4
  188.     object DeleteIt: TCheckBox
  189.       Left = 24
  190.       Top = 20
  191.       Width = 369
  192.       Height = 17
  193.       Caption = ' &Delete Reminder Event from Entry after Acknowledging'
  194.       TabOrder = 0
  195.     end
  196.   end
  197.   object ODSHelp1: TODSHelp
  198.     HelpText.Strings = (
  199.       'Bevel1'
  200.       'Button1'
  201.       'Button2'
  202.       'DeleteIt'
  203.       'GroupBox1'
  204.       'GroupBox2'
  205.       'GroupBox3'
  206.       'Label1'
  207.       'Label2'
  208.       'Label3'
  209.       'Label4'
  210.       'LAction'
  211.       'LComment'
  212.       'LDate'
  213.       'LFrequency'
  214.       'LNext'
  215.       'ODSHelp1'
  216.       'SpeedButton1')
  217.     HelpText.HelpData = {
  218.       1200010000000001070000000100006A005468697320627574746F6E2C207768
  219.       656E20707265737365642C2077696C6C206D61726B20746865204576656E7420
  220.       61732061636B6E6F776C656467656420616E6420616476616E6365206F722063
  221.       6F6D706C65746520697420617320617070726F7072696174652E000107000000
  222.       01000040005468697320627574746F6E2C207768656E20707265737365642C20
  223.       63616E63656C73207468652041636B6E6F776C656467656D656E742072657175
  224.       6573742E00010700000001000000000107000000010000000001000000000100
  225.       0016015468697320726561642D6F6E6C79206669656C642C2070726F76696465
  226.       732061206465736372697074696F6E206F662074686520616374696F6E207468
  227.       61742077696C6C2074616B6520706C616365207768656E20746865204F4B2042
  228.       7574746F6E20697320707265737365642E0D0A0D0A466F72206578616D706C65
  229.       2C20696620746865206576656E74206265696E672061636B6E6F776C65646765
  230.       64206973206120726563757272696E67206576656E742C207468697320666965
  231.       6C642077696C6C2064657461696C2074686174206661637420616E6420746861
  232.       7420746865206576656E742077696C6C20626520616476616E63656420746F20
  233.       697473206E657874207363686564756C656420646174652E0001070000000100
  234.       00C70154686973206F7074696F6E2C207768656E2073656C65637465642C2077
  235.       696C6C20636175736520746865204576656E7420746F2062652064656C657465
  236.       64207768656E20697420686173206265656E2061636B6E6F776C65646765642E
  237.       0D0A0D0A42792064656661756C742C207768656E20616E206576656E74206973
  238.       2066696E69736865642C2069749273206D61726B656420617320436F6D706C65
  239.       74652C20627574206E6F742072656D6F76656420736F20617320746F2070726F
  240.       766964652061207265636F7264206F6620746865206576656E742E2049662079
  241.       6F7520646F206E6F7420726571756972652061207265636F726420666F722061
  242.       20706172746963756C6172206576656E742C207468656E2073656C656374696E
  243.       672074686973206F7074696F6E2077696C6C2063617573652074686520657665
  244.       6E7420746F2062652064656C6574656420696D6D6564696174656C792E0D0A0D
  245.       0A54686973206F7074696F6E2077696C6C206F6E6C7920626520617661696C61
  246.       626C6520666F72206576656E74732074686174206172652066696E6973686564
  247.       20616E64207468657265666F72652064756520746F206265206D61726B656420
  248.       636F6D706C6574652E0001000000000100000000010000000001000000000100
  249.       00000001000000000100000000010000000001000000000100005F0054686973
  250.       20726561642D6F6E6C79206669656C642C206465736372696265732074686520
  251.       616374696F6E207468617420697320746F2062652074616B656E207768656E20
  252.       746865204576656E742069732061636B6E6F776C65646765642E000107000000
  253.       0100006C005468697320726561642D6F6E6C79206669656C642C20646973706C
  254.       61797320746865204465736372697074696F6E20746578742074686174207761
  255.       73206173736F636961746564207769746820746865206576656E74206265696E
  256.       672061636B6E6F776C65646765642E200001070000000100005F005468697320
  257.       726561642D6F6E6C79206669656C642C20646973706C61797320746865206461
  258.       7465207468617420746865206576656E74206265696E672061636B6E6F776C65
  259.       646765642C20776173207363686564756C656420666F722E2000010700000001
  260.       000058005468697320726561642D6F6E6C79206669656C642C20646973706C61
  261.       797320746865206672657175656E63792061737369676E656420746F20746865
  262.       206576656E74206265696E672061636B6E6F776C65646765642E200001070000
  263.       0001000049005468697320726561642D6F6E6C79206669656C642C2064657461
  264.       696C73207468652064617465207468617420746865204576656E74206973206E
  265.       657874207363686564756C65642E000107000000010000000001000000000100
  266.       0000000100000000}
  267.     Color = 15269887
  268.     Font.Color = clWindowText
  269.     Font.Height = -11
  270.     Font.Name = 'MS Sans Serif'
  271.     Font.Style = []
  272.     ParentFont = True
  273.     MaxWidth = 300
  274.     MoreText = 'More Information...'
  275.     Left = 16
  276.     Top = 280
  277.   end
  278. end
  279.